Release 10.1A: OpenEdge Application Server:
Developing WebSpeed Applications
html-encode
This function converts various characters that can be misinterpreted as HTML formatting to their HTML entity representation. The characters
Location:<,>,&and"(double quote) are converted to<,>,&, and"respectively.web\method\cgiutils.iParameters:INPUT p_in AS CHARACTERThe character string to encode.
Returns: CHARACTER Notes: This function cannot be called more than once on a string. This is because ampersands are replaced with&and recursive calls will fail. Examples:
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |